.fixbox {
	background: #fff;
	height: 150px;
	width: 100%;
	top: 0;
	transition: top 0.2s; /*position: fixed;*/
}

.box {
	width: 1170px;
	margin: 0 auto;
}

.navbox {
	height: 90px;
	position: relative;
}

.navbox .logo {
	float: left;
	margin-top: 25px;
	cursor: pointer;
	position: relative;
	width: 280px;
}

.navbox .logo img {
    max-width: 100%;
}

.navbox .logo span {
    font-size: 16px;
    color: #666;
    margin-left: 20px;
    top: 10px;
    right: -40px;
    position: absolute;
}

.navbox .fr {
	margin-top: 23px;
}

.fr {
    float: right;
}

.navbox .topsearch {
	float: left;
	border-color: #2a75ed;
}

.topsearch button {
    border: none;
    background: none;
}

.topsearch {
    background: #fff;
    width: 360px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #2a75ed;
    padding-left: 20px;
    border-radius: 50px;
}

.topsearch input[type="text"] {
    border: none;
    height: 40px;
    background: none;
    width: 323px;
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: normal;
    overflow: visible;
}

.admin-enter {
    float: left;
    margin-left: 20px;
    margin-top: 12px;
}

.admin-enter a {
    color: #999;
    display: block;
}

.clear {
    clear: both;
}

.navw{
	background-color: #2a75ed;
}

.layui-bg-myblues{
    background-color: #2a75ed!important;
}

.layui-bg-myblues .layui-nav-bar, .layui-bg-blue .layui-nav-itemed:after, .layui-bg-blue .layui-this:after {
    background-color: #2a75ed;
}

.jzbox {
    background: url(http://tjgb.tjgbpx.gov.cn/images/jxbg.png) no-repeat center;
    height: 240px;
    margin-top: 20px;
    position: relative;
}

.jzbox .num {
    height: 35px;
    background: linear-gradient(180deg,rgba(214,0,16,0.78),rgba(242,149,41,0.78));
    box-shadow: 1px 2px 35px 0px rgba(154,94,4,0.44);
    border-radius: 18px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(255,245,162,1);
    display: inline-block;
    line-height: 35px;
    padding: 0 20px;
    position: absolute;
    bottom: 28px;
    left: 450px;
}

#jz-carousel {
    width: 320px;
    position: absolute;
    top: 30px;
    right: 40px;
    height: 200px;
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.fl {
    float: left;
}

.index-title {
    position: relative;
    height: 35px;
    background-color: #d9d9d9;
    margin: 40px 0 15px;
}

.index-news-list {
    margin: 0;
    width: 568px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.index-news-list li {
    border-bottom: 1px dashed #ebebeb;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.index-news-list li i {
    background: #e1e1e1;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 18px 12px 0 0;
}

.index-news-list li p {
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 80%;
    margin: 0;
    float: left;
}

.eps {
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-news-list li:nth-of-type(1) img.new {
    opacity: 1;
}

.index-news-list li img.new {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.index-news-list li span.date {
    color: #999;
    float: right;
    margin-right: 15px;
}

.date {
    font-size: 12px;
    color: #a8afb5;
}

.index-news-list li img.new {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.index-news-list li:nth-of-type(1) img.new {
    opacity: 1;
}

